Uses of Package
org.eclipse.vtp.framework.common.controller

Packages that use org.eclipse.vtp.framework.common.controller
org.eclipse.vtp.framework.common.actions   
org.eclipse.vtp.framework.common.controller   
org.eclipse.vtp.framework.common.services   
org.eclipse.vtp.framework.interactions.core.actions   
 

Classes in org.eclipse.vtp.framework.common.controller used by org.eclipse.vtp.framework.common.actions
IController
          An service that can be used by components in the process engine to influence the actions of the external process controller.
 

Classes in org.eclipse.vtp.framework.common.controller used by org.eclipse.vtp.framework.common.controller
IDispatcher
          An object capable of re-directing the flow of the process engine.
IExitDispatcher
          A dispatcher that terminates the current process and returns control to the process that included it.
IForwardDispatcher
          A dispatcher that terminates the current process and forwards control to another process.
IIncludeDispatcher
          A dispatcher that suspends the current process, forwards control to another process, and resumes the current process when the target process completes.
 

Classes in org.eclipse.vtp.framework.common.controller used by org.eclipse.vtp.framework.common.services
IController
          An service that can be used by components in the process engine to influence the actions of the external process controller.
IExitDispatcher
          A dispatcher that terminates the current process and returns control to the process that included it.
IForwardDispatcher
          A dispatcher that terminates the current process and forwards control to another process.
IIncludeDispatcher
          A dispatcher that suspends the current process, forwards control to another process, and resumes the current process when the target process completes.
 

Classes in org.eclipse.vtp.framework.common.controller used by org.eclipse.vtp.framework.interactions.core.actions
IController
          An service that can be used by components in the process engine to influence the actions of the external process controller.